net/http.http2inflow.add (method)

9 uses

	net/http (current package)
		h2_bundle.go#L1495: func (f *http2inflow) add(n int) (connAdd int32) {
		h2_bundle.go#L6508: 		send = sc.inflow.add(n)
		h2_bundle.go#L6511: 		send = st.inflow.add(n)
		h2_bundle.go#L9876: 	connAdd := cc.inflow.add(n)
		h2_bundle.go#L9879: 		streamAdd = cs.inflow.add(n)
		h2_bundle.go#L9910: 		connAdd := cc.inflow.add(unread)
		h2_bundle.go#L9959: 			connAdd := cc.inflow.add(int(f.Length))
		h2_bundle.go#L10022: 		sendConn := cc.inflow.add(refund)
		h2_bundle.go#L10025: 			sendStream = cs.inflow.add(refund)